Skip to main content

IsNothing

Type

operator

Summary

Determines whether Target is nothing or not.

Syntax

<Target> is nothing

Description

Use the IsNothing operator to test if operators or handlers have returned anything.

Parameters

NameTypeDescription

Target

Any expression

Value

NameTypeDescription

return

Returns true if the given expression Target is nothing, and false otherwise.

Thank you for your feedback!

Was this page helpful?